home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / FormView$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  615 b   |  16 lines

  1. package javax.swing.text.html;
  2.  
  3. final class FormView$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final FormView.SubmitThread this$1;
  6.  
  7.    // $FF: synthetic method
  8.    FormView$1(FormView.SubmitThread var1) {
  9.       this.this$1 = var1;
  10.    }
  11.  
  12.    public void run() {
  13.       this.this$1.loadDocument();
  14.    }
  15. }
  16.